aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--lib/subcommands/init.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6dee4a..01503cf 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ systems by giving it the URL of the git repository as additional argument.
bashtard init https://git.tyil.nl/tyilnet.git
With the additional argument, it will clone the repository to `/etc/bashtard`,
-and then apply any additional steps for the machine you're initping.
+and then apply any additional steps for the machine you're initializing.
## General Usage
diff --git a/lib/subcommands/init.bash b/lib/subcommands/init.bash
index 9194076..c5625f2 100644
--- a/lib/subcommands/init.bash
+++ b/lib/subcommands/init.bash
@@ -10,7 +10,7 @@ subcommand()
if [[ -z "$remote" ]]
then
- info "init" "No remote given, initping from scratch"
+ info "init" "No remote given, initializing from scratch"
init_local
return
fi