Skip to content

Commit

Permalink
fix: fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliandev02 committed Oct 10, 2024
1 parent f078275 commit 4006eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub fn help() {
{CYAN}{BOLD}compose:{C_RESET} Starts one or more local proxies for the remote server using a configuration file
{BOLD}↳ {MAGENTA}Options:{C_RESET}
{CYAN}{BOLD}-f, --file <file>{C_RESET} Configuration file for proxy services {GREEN}{BOLD}[default: service.yml]{C_RESET}
", *VERSION);
std::process::exit(0);
}

0 comments on commit 4006eaa

Please sign in to comment.