From 0b89e4ec0dd82041e76238004d162deef5284a1f Mon Sep 17 00:00:00 2001 From: Marc Schoechlin Date: Wed, 11 Sep 2013 19:13:45 +0200 Subject: [PATCH] Formatting --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c471e6e..fc78246 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ Usage * Record session ``` -script -t /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript 2> /tmp/foo/2013-09-11_18-47-45.user1.11931.timing +script -t /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript \ + 2> /tmp/foo/2013-09-11_18-47-45.user1.11931.timing ``` * Replay session ``` -scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript +scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \ + /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript ``` @@ -125,8 +127,10 @@ The logged information can also be forwarded to secured logging servers using st * helpers/auditshell_create_sessionfiles * Set permission and owner ``` -chown root:root /usr/local/bin/{scriptreplay,auditshell,auditshell_create_sessionfiles} -chmod 755 /usr/local/bin/{scriptreplay,auditshel,auditshell_create_sessionfiles} +chown root:root \ + /usr/local/bin/{scriptreplay,auditshell,auditshell_create_sessionfiles} +chmod 755 \ + /usr/local/bin/{scriptreplay,auditshel,auditshell_create_sessionfiles} ``` * Patch an install custom "script" implementation ``` @@ -159,7 +163,8 @@ Watch auditshell sessions ``` * Replay session ``` -scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript +scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \ + /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript ```