diff options
Diffstat (limited to 'ubi-utils/src/ubirename.c')
-rw-r--r-- | ubi-utils/src/ubirename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubirename.c b/ubi-utils/src/ubirename.c index 295bfc7..070e32e 100644 --- a/ubi-utils/src/ubirename.c +++ b/ubi-utils/src/ubirename.c @@ -33,7 +33,7 @@ #include <libubi.h> #include "common.h" -static const char *usage = +static const char usage[] = "Usage: " PROGRAM_NAME " <UBI device node file name> [<old name> <new name>|...]\n\n" "Example: " PROGRAM_NAME "/dev/ubi0 A B C D - rename volume A to B, and C to D\n\n" "This utility allows re-naming several volumes in one go atomically.\n" |