Skip to content

Commit f831ab4

Browse files
Updating commandline help message
1 parent aa5eef1 commit f831ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/runcpp2/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ int main(int argc, char* argv[])
139139
ssLOG_BASE("Options:");
140140
ssLOG_BASE(" -r, --reset-cache Deletes all cache and build everything from scratch");
141141
ssLOG_BASE(" -c, --reset-user-config Replace current user config with the default one");
142-
ssLOG_BASE(" -e, --executable Builds executable instead of running the file");
142+
ssLOG_BASE(" -e, --executable Runs as executable instead of shared library");
143143
ssLOG_BASE(" -h, --help Show this help message");
144144

145145
return 0;

0 commit comments

Comments
 (0)