From f71036d5e144928762b4530a857161c2f1a173a1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Buckley" Date: Thu, 9 Feb 2017 13:08:43 +1300 Subject: [PATCH] Fix a loss of space introudced in 9b4bee8b --- _episodes/01-man-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-man-pages.md b/_episodes/01-man-pages.md index 06764b1..ce5afd1 100644 --- a/_episodes/01-man-pages.md +++ b/_episodes/01-man-pages.md @@ -54,7 +54,7 @@ Here is the is synopsis for the `cp` command on Ubuntu Linux: ~~~ SYNOPSIS cp [OPTION]... [-T] SOURCE DEST -cp [OPTION]... SOURCE... DIRECTORY + cp [OPTION]... SOURCE... DIRECTORY cp [OPTION]... -t DIRECTORY SOURCE... ~~~ {: .output}