remove outdated $ echo example from help (#463)
This commit is contained in:
parent
cd13c5881b
commit
2080af029b
|
@ -46,12 +46,5 @@ export const Help: React.FC<Help> = ({ commands }) => (
|
||||||
</Text>
|
</Text>
|
||||||
shell command
|
shell command
|
||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.SubtleComment}>
|
|
||||||
<Text bold color={Colors.AccentPurple}>
|
|
||||||
{' '}
|
|
||||||
${' '}
|
|
||||||
</Text>
|
|
||||||
echo hello world
|
|
||||||
</Text>
|
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue