diff options
Diffstat (limited to 'networking/hostname.c')
-rw-r--r-- | networking/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/hostname.c b/networking/hostname.c index 862bbdf..95dc451 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -60,7 +60,7 @@ int hostname_main(int argc, char **argv) if (argc < 1) bb_show_usage(); - getopt32(argc, argv, "dfisF:", &hostname_str); + getopt32(argv, "dfisF:", &hostname_str); /* Output in desired format */ if (option_mask32 & OPT_dfis) { |