From 154d0db2a3c4e26447bafd53697e5c4f8b9389d7 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 6 May 2016 10:12:39 +0100 Subject: [PATCH] Fixed directory tokens. --- pages/common/cloc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/cloc.md b/pages/common/cloc.md index c241a56d3..305c7eed3 100644 --- a/pages/common/cloc.md +++ b/pages/common/cloc.md @@ -4,12 +4,12 @@ - Count all the lines of code in a directory: -`cloc {{directory}}` +`cloc {{/path/to/directory}}` - Count all the lines of code in a directory, displaying a progress bar during the counting process: -`cloc --progress=1 {{directory}}` +`cloc --progress=1 {{/path/to/directory}}` - Compare 2 directory sturctures and count the differences between them: -`cloc --diff {{directoryone}} {{directorytwo}}` +`cloc --diff {{/path/to/directoryone}} {{/path/to/directorytwo}}`