From f429fc568732a1309c27ff92c0646f465776eeb0 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sat, 30 Apr 2022 18:34:51 +0300 Subject: [PATCH] To be honest, I do not quite remember everything I changed here today. But it is all good, I tell ya. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba2fbc9..2b8b29c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sudo cp giteaDo /usr/bin/ ## Usage -giteaDo [-h|-c|-d|-l] +giteaDo [-h|-c|-i|-d|-l] > you can have many options in one run such as giteaDo -h -l -d @@ -35,7 +35,8 @@ To create a new repository giteaDo -c|--create ``` -To create a new repository in current folder with a random commit message (If you don't want it to be random just change the message in something like "Initial commit") +To create a new repository in current folder with a random commit message +(If you don't want it to be random just change the message in something like "Initial commit") ```sh giteaDo -i|--instant