Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-toterman committed Dec 11, 2024
1 parent bddd633 commit 7dc3294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/client/cli/cmd/launch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ mp::ParseCode cmd::Launch::parse_args(mp::ArgParser* parser)
.arg(petenv_name, mp::home_automount_dir, valid_name_desc);

QCommandLineOption nameOption({"n", "name"}, name_option_desc, "name");
QCommandLineOption cloudInitOption(
"cloud-init", "Path or URL to a user-data cloud-init configuration, or '-' for stdin.", "file> | <url");
QCommandLineOption cloudInitOption("cloud-init",
"Path or URL to a user-data cloud-init configuration, or '-' for stdin.",
"file> | <url");
QCommandLineOption networkOption("network",
"Add a network interface to the instance, where <spec> is in the "
"\"key=value,key=value\" format, with the following keys available:\n"
Expand Down

0 comments on commit 7dc3294

Please sign in to comment.