Skip to content

Commit

Permalink
fix: default help to zero
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas J Hunley <[email protected]>
  • Loading branch information
hunleyd committed Jul 9, 2022
1 parent 5b532ce commit 3d33653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btrfs-auto-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ argsp_cmdline()
ret_val[quiet]=''
ret_val[writeable]='-r'
ret_val[paths]=''
ret_val[help]=''
ret_val[help]='0'

while [ $# -gt 0 ]
do
Expand Down

0 comments on commit 3d33653

Please sign in to comment.