summaryrefslogtreecommitdiff
path: root/src/ubpasswd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ubpasswd.sh')
-rwxr-xr-xsrc/ubpasswd.sh1
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))
;;