diff options
Diffstat (limited to 'util-linux/fstrim.c')
-rw-r--r-- | util-linux/fstrim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 49b3ceb72..1fbf0c857 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -63,13 +63,13 @@ int fstrim_main(int argc UNUSED_PARAM, char **argv) | |||
63 | }; | 63 | }; |
64 | 64 | ||
65 | #if ENABLE_LONG_OPTS | 65 | #if ENABLE_LONG_OPTS |
66 | static const char getopt_longopts[] ALIGN1 = | 66 | static const char fstrim_longopts[] ALIGN1 = |
67 | "offset\0" Required_argument "o" | 67 | "offset\0" Required_argument "o" |
68 | "length\0" Required_argument "l" | 68 | "length\0" Required_argument "l" |
69 | "minimum\0" Required_argument "m" | 69 | "minimum\0" Required_argument "m" |
70 | "verbose\0" No_argument "v" | 70 | "verbose\0" No_argument "v" |
71 | ; | 71 | ; |
72 | applet_long_options = getopt_longopts; | 72 | applet_long_options = fstrim_longopts; |
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | opt_complementary = "=1"; /* exactly one non-option arg: the mountpoint */ | 75 | opt_complementary = "=1"; /* exactly one non-option arg: the mountpoint */ |