From eabd18aa7425a0dab053cecf77c82d6a10952ce3 Mon Sep 17 00:00:00 2001 From: mtabriz <39205857+MFTabriz@users.noreply.github.com> Date: Thu, 12 Nov 2020 17:07:42 +0100 Subject: [PATCH] fix the style --- sheets/ch-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheets/ch-run b/sheets/ch-run index 07cd5ed..53aa9c7 100644 --- a/sheets/ch-run +++ b/sheets/ch-run @@ -6,7 +6,7 @@ # unpacked image at '/data/foo'. ch-run /data/foo -- echo hello -# Make the Charliecloud container writable (-w) and mount the host's +# Make the Charliecloud container writable `-w` and mount the host's # '/home/user' directory to '/mnt' inside the container using the unpacked # image at '/data/foo'. Run `/mnt/your_exec` inside the container. ch-run -w -b /home/user:/mnt /data/foo -- /mnt/your_exec