This commit is contained in:
firebadnofire 2024-04-17 18:11:10 +00:00
parent 859f4d01b6
commit 5d633284bf
Signed by: firebadnofire
GPG Key ID: EF6539F1FA16DEB7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ fn log_message(message: String, log_dir: &str) {
// Print usage information
fn print_usage() {
println!("Usage: ./program [-p/--port PORT] [-l LOG_DIR] [-h/--help]");
println!("Usage: rms-server [-p/--port PORT] [-l LOG_DIR] [-h/--help]");
println!("Options:");
println!(" -p, --port PORT Set the port number (default: 7890)");
println!(" -l LOG_DIR Set the log directory (default: /var/log/RMS-server)");