mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +00:00
CUIが起動しなかったバグを修正(help表示の短縮オプションを「-?」に変更)
This commit is contained in:
parent
2322d4a45b
commit
00a0f5e5e7
@ -364,7 +364,7 @@ inline void CmdLine::_constructor()
|
||||
if ( _helpAndVersion )
|
||||
{
|
||||
v = new HelpVisitor( this, &_output );
|
||||
SwitchArg* help = new SwitchArg("h","help",
|
||||
SwitchArg* help = new SwitchArg("?","help",
|
||||
"Displays usage information and exits.",
|
||||
false, v);
|
||||
add( help );
|
||||
|
Loading…
x
Reference in New Issue
Block a user