diff options
Diffstat (limited to 'gdb/compile/compile.c')
-rw-r--r-- | gdb/compile/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index 7ab546c..b11df7d 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -941,7 +941,7 @@ indicate the end of the expression."), _("\ Evaluate a file containing source code.\n\ \n\ -Usage: compile file [-r|-raw] [filename]\n\ +Usage: compile file [-r|-raw] [FILENAME]\n\ -r|-raw: Suppress automatic 'void _gdb_expr () { CODE }' wrapping."), &compile_command_list); set_cmd_completer (c, filename_completer); |