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