Skip to content

Commit

Permalink
Merge pull request #10 from jackmac92/main
Browse files Browse the repository at this point in the history
Update cli help output to include json_dump
  • Loading branch information
tenox7 authored Oct 3, 2024
2 parents 9d5ddae + 3954e78 commit 20a15f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func usage() {
" reset_db - reset the database / file index\n"+
" rescan - rescan a folder or 'all'\n"+
" override - override remote changed for a send-only folder (OoSync)\n"+
" revert - revert local changes for a receive-only folder (LocAdds)\n",
" revert - revert local changes for a receive-only folder (LocAdds)\n"+
" json_dump - prints a json object with device and folder info, for easier parsing in scripts\n",
)
}

Expand Down

0 comments on commit 20a15f6

Please sign in to comment.