diff --git a/lib/ansible/cli/console.py b/lib/ansible/cli/console.py index 2c96917f36..38ec037934 100644 --- a/lib/ansible/cli/console.py +++ b/lib/ansible/cli/console.py @@ -1,12 +1,12 @@ # (c) 2014, Nandor Sivok # (c) 2016, Redhat Inc # -# ansible-shell is free software: you can redistribute it and/or modify +# ansible-console is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# ansible-shell is distributed in the hope that it will be useful, +# ansible-console is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.