aboutsummaryrefslogtreecommitdiff
path: root/networking/hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/hostname.c')
-rw-r--r--networking/hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index 862bbdfa2..95dc4515d 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -60,7 +60,7 @@ int hostname_main(int argc, char **argv)
60 if (argc < 1) 60 if (argc < 1)
61 bb_show_usage(); 61 bb_show_usage();
62 62
63 getopt32(argc, argv, "dfisF:", &hostname_str); 63 getopt32(argv, "dfisF:", &hostname_str);
64 64
65 /* Output in desired format */ 65 /* Output in desired format */
66 if (option_mask32 & OPT_dfis) { 66 if (option_mask32 & OPT_dfis) {