diff options
Diffstat (limited to 'mixutils/mixasm.c')
-rw-r--r-- | mixutils/mixasm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mixutils/mixasm.c b/mixutils/mixasm.c index 3f21b02..4e682ef 100644 --- a/mixutils/mixasm.c +++ b/mixutils/mixasm.c @@ -1,9 +1,9 @@ /* -*-c-*- -------------- mixasm.c: * Main function of mixasm, the mix assembler * ------------------------------------------------------------------ - * $Id: mixasm.c,v 1.3 2001/09/28 23:10:45 jao Exp $ + * $Id: mixasm.c,v 1.4 2002/03/20 01:30:11 jao Exp $ * ------------------------------------------------------------------ - * Copyright (C) 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ static struct option long_options_[] = }; static const gchar *USAGE_ = -N_("Usage: %s [-vhulg] [-o OUTPUT_FILE] [--version] [--help]\n" +N_("Usage: %s [-vhultg] [-o OUTPUT_FILE] [--version] [--help]\n" "\t[--usage] [--debug] [--output=OUTPUT_FILE] [--list[=LIST_FILE]] file\n"); |