aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/install.c')
-rw-r--r--coreutils/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c
index c2638f492..79cd02036 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -16,7 +16,7 @@
16#include "libcoreutils/coreutils.h" 16#include "libcoreutils/coreutils.h"
17 17
18#if ENABLE_FEATURE_INSTALL_LONG_OPTIONS 18#if ENABLE_FEATURE_INSTALL_LONG_OPTIONS
19static const char install_longopts[] = 19static const char install_longopts[] ALIGN1 =
20 "directory\0" No_argument "d" 20 "directory\0" No_argument "d"
21 "preserve-timestamps\0" No_argument "p" 21 "preserve-timestamps\0" No_argument "p"
22 "strip\0" No_argument "s" 22 "strip\0" No_argument "s"