Skip to content

Commit

Permalink
dry run implies verbose, otherwise what is the point?
Browse files Browse the repository at this point in the history
  • Loading branch information
fukawi2 committed May 19, 2015
1 parent 1848db9 commit dc0a987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ffiler
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ while getopts ":hymdvns:S:f:" opt; do
filedepth="$OPTARG" ;;
f) fileby='f'
filedepth="$OPTARG" ;;
n) dry_run=1 ;;
n) dry_run=1
verbose=1 ;;
v) verbose=1 ;;
h)
usage
Expand Down

0 comments on commit dc0a987

Please sign in to comment.