* util/grub-fstest.c (options): Replace N with NUM and S with STRING.

Gettextize.
	* util/grub-mount.c (options): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-08 19:09:05 +01:00
parent 292fdaff95
commit fae01f6cfb
3 changed files with 11 additions and 5 deletions

View file

@ -408,7 +408,7 @@ fuse_init (void)
static struct argp_option options[] = {
{"root", 'r', N_("DEVICE_NAME"), 0, N_("Set root device."), 2},
{"debug", 'd', "S", 0, N_("Set debug environment variable."), 2},
{"debug", 'd', N_("STRING"), 0, N_("Set debug environment variable."), 2},
{"crypto", 'C', NULL, 0, N_("Mount crypto devices."), 2},
{"zfs-key", 'K',
/* TRANSLATORS: "prompt" is a keyword. */