diff options
-rwxr-xr-x | src/ubpasswd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ubpasswd.sh b/src/ubpasswd.sh index 4383c90..c168581 100755 --- a/src/ubpasswd.sh +++ b/src/ubpasswd.sh @@ -74,6 +74,7 @@ while getopts ":cdfmnrs:u" opt; do ;; n) ((dryrun=1)) + ;; u) ((ubonly=1)) ;; |