Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Update tools/update.hpp
Browse files Browse the repository at this point in the history
Code review grammar fix

Co-authored-by: Scott B <[email protected]>
  • Loading branch information
mikelik and ScottBailey authored Apr 27, 2023
1 parent a8d96a3 commit 9e477a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/update.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ namespace antler {

update_project(CLI::App& app) {
path = system::fs::current_path().string();
subcommand = app.add_subcommand("update", "Update an app, dependency, library or test of your project.");
subcommand = app.add_subcommand("update", "Update an app, dependency, library or test in your project.");

subcommand->add_option("-p, path", path, "Path containing the project's yaml file.");

app_subcommand = subcommand->add_subcommand("app", "Update an app in the project.");
Expand Down

0 comments on commit 9e477a6

Please sign in to comment.