From 50f19e78e69c58fbaff19655c1f579b2c1ecafad Mon Sep 17 00:00:00 2001 From: Andrea Cimbalo Date: Tue, 7 Mar 2017 18:34:07 +0100 Subject: [PATCH] fix documentation --- README.md | 2 +- SPEC.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd8ec84..49cd1d6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is a shell for a user, the shell only reads the input from the user and ret The server logs can be found at `/home/request/request_server.log` -#### `ca_sheel.py` +#### `manager.py` This is a shell for a user, the shell limits the commands to the one we are interested, like generating a SSH/SSL CA, signing keys. diff --git a/SPEC.md b/SPEC.md index 280c568..dd7d341 100644 --- a/SPEC.md +++ b/SPEC.md @@ -55,7 +55,7 @@ The shell just output a json with `status`, `reason`, `failed` and `msg` keys. The keys `failed` and `msg` are only requested to comply with ansible. -#### `ca_sheel.py` +#### `manager.py` This is a shell for a user, the shell limits the commands to the one we are interested, like generating a SSH/SSL CA, signing keys.