fix: correct formatting in usage output for X accounts

This commit is contained in:
Sarto
2026-04-12 20:49:09 +03:30
parent a828f314ef
commit 90254f9d93
2 changed files with 7 additions and 30 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ show_usage() {
echo -e "│ All data in: ${blue}${INSTALL_DIR}/${plain}"
echo -e "${blue}Config:${plain} ${DATA_DIR}/thefeed.env │"
echo -e "${blue}Channels:${plain} ${DATA_DIR}/channels.txt │"
echo -e "${blue}X acct:${plain} ${DATA_DIR}/x_accounts.txt │"
echo -e "${blue}X acct:${plain} ${DATA_DIR}/x_accounts.txt "
echo -e "${blue}Session:${plain} ${DATA_DIR}/session.json │"
echo -e "${blue}Binary:${plain} ${INSTALL_DIR}/thefeed-server │"
echo -e "│ │"