Remove reference to non-existent manpages
This commit is contained in:
		
							parent
							
								
									2b61c74922
								
							
						
					
					
						commit
						446bb88f13
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -57,8 +57,10 @@ void MultiCommand::printHelp(const string & programName, std::ostream & out) | ||||||
|     } |     } | ||||||
|     printTable(out, table); |     printTable(out, table); | ||||||
| 
 | 
 | ||||||
|  | #if 0 | ||||||
|     out << "\n"; |     out << "\n"; | ||||||
|     out << "For full documentation, run 'man " << programName << "' or 'man " << programName << "-<COMMAND>'.\n"; |     out << "For full documentation, run 'man " << programName << "' or 'man " << programName << "-<COMMAND>'.\n"; | ||||||
|  | #endif | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| bool MultiCommand::processFlag(Strings::iterator & pos, Strings::iterator end) | bool MultiCommand::processFlag(Strings::iterator & pos, Strings::iterator end) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue