2016-11-20 31 views
2

安装后awscli。我尝试了文档中提到的帮助命令,无法退出AWS CLI hep页面

$ aws help 

当我这样做时,我可以看到以下页面全屏。似乎无法摆脱它。我试过Ctrl+C,它不回到我的Ubuntu命令行。

AWS()                 AWS() 



NAME 
     aws - 

DESCRIPTION 
     The AWS Command Line Interface is a unified tool to manage your AWS 
     services. 

SYNOPSIS 
      aws [options] <command> <subcommand> [parameters] 

     Use aws command help for information on a specific command. Use aws 
     help topics to view a list of available help topics. The synopsis for 
     each command shows its parameters and their usage. Optional parameters 
     are shown in square brackets. 
+5

输入'q'退出 – helloV

+0

这是手册页。按'h'查看可用的键盘快捷键/命令。 'q'退出 – hjpotter92

回答