From 8dc1430b588499550ffadda0edfeaaf41dfd4a1a Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 29 Jan 2018 17:14:28 -0500 Subject: [PATCH] Revise CLI.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index 67d0e45b..cc2ceb38 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -1,6 +1,7 @@ # CLI examples # -Note: This is a work in progress. Only examples are given here, for now. +Note: This is a work in progress and subject to change. Only examples are +given here, for now. ## Create a repository ## @@ -38,4 +39,16 @@ $ repo.py --init --consistent_snapshots + ## Add a target file ## +```Bash +$ repo.py --add +``` + + + + +## Remove the files created via `repo.py --init`. +```Bash +$ repo.py --clean +```