Skip to content

Commit

Permalink
remove new line from println arg list
Browse files Browse the repository at this point in the history
remove unused 'daemon' part to prevent errors on ppc hw
  • Loading branch information
angelabriel committed Jan 3, 2019
1 parent fc2827a commit 8d33daa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 221 deletions.
42 changes: 0 additions & 42 deletions daemon/client.go

This file was deleted.

84 changes: 0 additions & 84 deletions daemon/func.go

This file was deleted.

37 changes: 0 additions & 37 deletions daemon/func_test.go

This file was deleted.

56 changes: 0 additions & 56 deletions daemon/server.go

This file was deleted.

3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Tune system according to SAP and SUSE notes:
saptune note [ apply | simulate | verify | customise | revert ] NoteID
Tune system for all notes applicable to your SAP solution:
saptune solution [ list | verify ]
saptune solution [ apply | simulate | verify | revert ] SolutionName
`)
saptune solution [ apply | simulate | verify | revert ] SolutionName`)
os.Exit(exitStatus)
}

Expand Down

0 comments on commit 8d33daa

Please sign in to comment.