Home
last modified time | relevance | path

Searched refs:help (Results 1 – 19 of 19) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Ddebug.sh84 -h|--h|-help|--help)
Duninstalltitle.sh81 -h|--h|-help|--help)
Dcafeupdate24 -h : (help) display options
Ddeploytitle.sh135 -h|--h|-help|--help)
Dviewcore94 -help) DISPLAY_HELP=1; DO_MAKECORE=0; LAUNCH_MULTI=0;;
Duploadimg_simultaneous.sh43 -h This help screen.
Dcontent_dump55 -h : Show this help.
Dcafeoptions.bat44 for %%i in (-h -help --help) do if "%~1" == "%%i" goto :usage
Dviewcore.bat133 if "%~1" EQU "-help" (
Dcaferun197 -h : (help) display options
/CafeSDK-2.12.13/system/src/lib/
Dmakefile35 .PHONY: help
37 help: target
/CafeSDK-2.12.13/system/src/
Dmakefile37 .PHONY: help
39 help: target
/CafeSDK-2.12.13/system/src/tool/gfx/
Dmakefile44 .PHONY: help
46 help: target
/CafeSDK-2.12.13/system/src/tool/cafex/masteringTests/
DautoMasterTest.bat115 @echo Test the help message
117 ::Last test - help message
DautoMasterTestWorkaround.bat44 ::Last test - help message
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp36 const char *help; member
85 if (oflagdef[i].help) { in Help()
86 printf(" %-12s : %s\n", oflagdef[i].name, oflagdef[i].help); in Help()
/CafeSDK-2.12.13/system/src/build/make/
Dmodulerules.mk227 .PHONY: help
229 help:
/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs517 internal static int help(int timeout) in help() method in CafeX.devkitmsg
1732 return devkitmsg.help(timeout) == 0; in SendSyncRequest()
/CafeSDK-2.12.13/
Dcafe.bat71 for %%i in (-h -help --help) do if "%_ARG:$quote$=%" == "%%i" goto :usage