~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to util/grub-mklayout.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.3.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  {"KP_8", '8'},
61
61
  {"KP_9", '9'},
62
62
  {"KP_Period", '.'},
 
63
 
 
64
  {NULL, '\0'}
63
65
};
64
66
 
65
67
static struct console_grub_equivalence console_grub_equivalences_unshift[] = {
74
76
  {"KP_8", GRUB_TERM_KEY_UP},
75
77
  {"KP_9", GRUB_TERM_KEY_PPAGE},
76
78
  {"KP_Period", GRUB_TERM_KEY_DC},
 
79
 
 
80
  {NULL, '\0'}
77
81
};
78
82
 
79
83
static struct console_grub_equivalence console_grub_equivalences_common[] = {
259
263
    fprintf (stderr, "Try `%s --help' for more information.\n", program_name);
260
264
  else
261
265
    printf ("\
262
 
Usage: %s [OPTIONS] LAYOUT\n\
263
 
  -o, --output          set output base name file. Default is LAYOUT.gkb\n\
 
266
Usage: %s [OPTIONS]\n\
 
267
  -i, --input           set input filename. Default is STDIN\n\
 
268
  -o, --output          set output filename. Default is STDOUT\n\
264
269
  -h, --help            display this message and exit.\n\
265
270
  -V, --version         print version information and exit.\n\
266
271
  -v, --verbose         print verbose messages.\n\