From 88efafaf974a1d0a2e0f71ac459be9973ada01d9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 6 May 2016 06:44:10 +0100 Subject: [PATCH] SImplify 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 531faff67..27337ef03 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 {{/path/to/base/directory}}` +`cloc {{directory}}` - Count all the lines of code in a directory, displaying a progress bar during the counting process: -`cloc --progress 1 {{/path/to/base/directory}}` +`cloc --progress 1 {{directory}}` - Compare 2 directory sturctures and count the differences between them: -`cloc --diff {{/path/to/dir/one}} {{/path/to/dir/two}}` +`cloc --diff {{directoryone}} {{directorytwo}}`