Skip to content

Commit

Permalink
fix: update cli help message command list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmac92 committed Sep 26, 2024
1 parent 7954634 commit 3954e78
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 3954e78

Please sign in to comment.