Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 14:35:17 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 14:35:17 +0400
commit6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch)
tree6155700deea3477ee366aec5360909261ed53cd6 /loginutils
parent033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff)
whitespace fixes, no code changes
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/chpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c
index 6fb4dca7a..e2a717a02 100644
--- a/loginutils/chpasswd.c
+++ b/loginutils/chpasswd.c
@@ -31,7 +31,7 @@ int chpasswd_main(int argc, char **argv)
if (getuid())
bb_error_msg_and_die(bb_msg_perm_denied_are_you_root);
- opt_complementary = "m--e:e--m";
+ opt_complementary = "m--e:e--m";
USE_GETOPT_LONG(applet_long_options = chpasswd_longopts;)
opt = getopt32(argc, argv, "em");