fix: adjust prompt text review with Daniel
This commit is contained in:
parent
d83bb1c9c1
commit
9f90934029
|
@ -48,7 +48,7 @@
|
|||
#define SHELL_FLOAT_WIDTH 20
|
||||
#define SHELL_DOUBLE_WIDTH 25
|
||||
|
||||
#define ERROR_CODE_DETAIL "\r\n\r\nView possible causes and suggested actions for error codes, \r\nplease refer to page of 'Reference'-> 'Error Codes' on TDengine's official website./\r\n"
|
||||
#define ERROR_CODE_DETAIL "\r\n\r\nTo view possible causes and suggested actions for error codes, see \r\n\"Error Code Reference\" in the TDengine online documentation.\r\n"
|
||||
typedef struct {
|
||||
char* hist[SHELL_MAX_HISTORY_SIZE];
|
||||
char file[TSDB_FILENAME_LEN];
|
||||
|
|
Loading…
Reference in New Issue