From 1f5eb0ff2f3d95da69bb81111cb12dc433cb1907 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Thu, 19 Feb 2015 05:47:33 +0000 Subject: [PATCH] whitespace fix --- kippo/commands/base.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kippo/commands/base.py b/kippo/commands/base.py index 2a2b96b..2e73bd3 100644 --- a/kippo/commands/base.py +++ b/kippo/commands/base.py @@ -28,7 +28,7 @@ commands['/usr/bin/uptime'] = command_uptime class command_help(HoneyPotCommand): def call(self): - self.writeln("""GNU bash, version 4.2.37(1)-release (x86_64-pc-linux-gnu) + self.writeln("""GNU bash, version 4.2.37(1)-release (x86_64-pc-linux-gnu) These shell commands are defined internally. Type `help' to see this list. Type `help name' to find out more about the function `name'. Use `info bash' to find out more about the shell in general. @@ -241,16 +241,16 @@ class command_shutdown(HoneyPotCommand): output = ( "Usage: shutdown [-akrhHPfnc] [-t secs] time [warning message]", "-a: use /etc/shutdown.allow ", - "-k: don't really shutdown, only warn. " , - "-r: reboot after shutdown. " , - "-h: halt after shutdown. " , - "-P: halt action is to turn off power. " , - "-H: halt action is to just halt. " , - "-f: do a 'fast' reboot (skip fsck). " , - "-F: Force fsck on reboot. " , - "-n: do not go through \"init\" but go down real fast. " , - "-c: cancel a running shutdown. " , - "-t secs: delay between warning and kill signal. " , + "-k: don't really shutdown, only warn. ", + "-r: reboot after shutdown. ", + "-h: halt after shutdown. ", + "-P: halt action is to turn off power. ", + "-H: halt action is to just halt. ", + "-f: do a 'fast' reboot (skip fsck). ", + "-F: Force fsck on reboot. ", + "-n: do not go through \"init\" but go down real fast. ", + "-c: cancel a running shutdown. ", + "-t secs: delay between warning and kill signal. ", "** the \"time\" argument is mandatory! (try \"now\") **", ) for l in output: